Automations

Data Manipulation Commands

  • Version: 1.8.0
  • Official Verified

OpenBots Command group containing data manipulation commands (Data, DataTable, Dictionary, List, RegEx).

OpenBots.Commands.DataManipulation \ Regex Is Match Command

Command: Regex Is Match Command

This command checks if a match is found in a given text based on a Regex pattern.

Parameters

Text

Select or provide text to apply Regex on.

Required

Regex Pattern

Enter a Regex Pattern to apply to the input Text.

Required

Output Result Variable

Create a new variable or select a variable from the list.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Remote (Optional)

Optional field to mark the command as remote in order to execute it on a remote machine.

Error Handling

Optional field for how to handle errors encountered.

Required

Comment (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command.

Other Commands

Get Regex Matches Command

Regex Is Match Command

Regex Replace Command

Regex Split Command

Add List Item Command

Create List Command

Get List Count Command

Get List Item Command

Remove List Item Command

Update List Item Command

Add Dictionary Item Command

Create Dictionary Command

Get Dictionary Count Command

Get Dictionary Value Command

Remove Dictionary Value Command

Update Dictionary Value Command

Get Key From Key Value Pair Command

Get Value From Key Value Pair Command

Remove Dictionary Key Value Pair Command

Get Text Length Command

Get Word Count Command

Modify String Command

Replace Text Command

Split Text Command

String Contains Command

Substring Command

Text Extraction Command

Create Date Time Command

Date Calculation Command

Format Date Command

Convert XML To JSON Command

Deserialize XML Command

Get XML Document Nodes Command

Get XML Node Attributes Command

Get XML Node Children Command

Serialize XML Command

Get PDF Images Command

Get PDF Text Command

Convert JSON To XML Command

Deserialize JSON Command

Serialize JSON Command

Parse JSON Array Command

Parse JSON Model Command

Insert Data Row Command

Insert Data Column Command

Lookup Data Table Command

Remove Duplicate Rows Command

Add Data Column Command

Add Data Row Command

Clear Data Table Command

Create Data Table Command

Filter Data Table Command

Get Data Row Command

Get Data Row Count Command

Get Data Row Value Command

Get Column Count Command

Group Data Table Command

Merge Data Table Command

Remove Data Column Command

Remove Data Row Command

Sort Data Table Command

Update Data Row Value Command


  • Version
    Documentation
Logo